@font-face {
  font-family: Micronbasis;
  src: url('../fonts/MicronBasis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--200: #f7f7fc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  max-width: 1000px;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.form {
  flex-flow: column;
  display: block;
}

.field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.text-field {
  border: 1px solid #bd03f7;
  border-radius: 15px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.checkbox-field {
  margin-right: 10px;
}

.select {
  color: #000;
  background-color: #fff;
  border: 1px solid #bd03f7;
  border-radius: 15px;
}

.body {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #000;
  font-family: Micronbasis, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.submit-button {
  aspect-ratio: auto;
  text-align: left;
  background-color: #bd03f7;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: static;
  inset: 0%;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.section-2 {
  color: #222;
  background-color: #dedede;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.upload-botton {
  color: #222;
  background-color: #dedede;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-top-24px {
  margin-top: 24px;
}

.brix---mg-right-8px {
  margin-right: 8px;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---text-center {
  text-align: center;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 20px;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-full-width {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---pricing-content-v2 {
  padding: 40px 28px;
}

.brix---divider-40px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---card-pricing-popular {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.brix---btn-primary-white-full-width {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---tabs-pricing-v6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---tabs-menu-bg-neutral-200 {
  background-color: var(--elements-webflow-library--neutral--200);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 16px 14px;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.tab-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-flex;
  position: static;
}

.tab-menu.w--current {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #bd03f7;
  background-image: none;
}

.image {
  float: right;
  max-height: 90px;
}

.paragraph {
  font-weight: 400;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hero-banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  display: block;
}

.div-block-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  align-items: flex-end;
  height: 1080px;
  display: flex;
  position: static;
}

.container-4 {
  align-items: flex-end;
  display: flex;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  position: absolute;
  top: 600px;
  left: 20%;
  overflow: visible;
}

.div-block-5 {
  text-align: left;
  flex: 0 auto;
  align-self: flex-end;
  width: 1200px;
  margin-bottom: 60px;
}

.container-5 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.container-6 {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  display: block;
}

.text-block {
  margin-right: 40px;
  font-size: 32px;
  font-weight: 600;
}

.section-4 {
  height: 1200px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 25px;
  margin-right: 40px;
  display: flex;
}

.text-block-2 {
  font-size: 14px;
}

.text-block-3 {
  font-size: 22px;
}

.div-block-7 {
  object-fit: fill;
  background-image: linear-gradient(90deg, #6b30fb00, #6b30fb 54%, #6b30fb00);
  justify-content: center;
  align-items: center;
  max-height: 50px;
  display: flex;
}

.text-block-4 {
  object-fit: fill;
  flex-flow: row;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 15px;
  display: block;
}

.image-3 {
  display: inline-block;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 41px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.button {
  background-color: #bd03f7;
  border-radius: 20px;
}

.heading {
  text-align: center;
}

.product {
  color: #222;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-5 {
  text-align: center;
}

.tabs-product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.product-1 {
  text-align: center;
  justify-content: center;
  width: 224px;
  height: 50px;
  font-weight: 700;
  display: block;
}

.product-2 {
  text-align: center;
  font-size: 14px;
}

.product-3 {
  text-align: center;
  margin-top: 16px;
  font-weight: 600;
  position: static;
  inset: auto 0% 0%;
}

.product-cat {
  color: #fff;
  text-align: center;
  background-color: #bd03f7;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

.text-span {
  color: #fff;
  text-overflow: clip;
  white-space: nowrap;
  background-color: #bd03f7;
  border-radius: 20px;
  font-size: 25px;
  line-height: 30px;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-card {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-4--1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab-menu--2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/cat-外接-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-flex;
  position: static;
}

.tab-menu--2.w--current {
  background-color: #fff0;
  background-image: url('../images/cat-外接-1.png');
  font-size: 22px;
  font-weight: 600;
}

.tab-menu--3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/cat-記憶體-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  position: static;
}

.tab-menu--3.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/cat-記憶體-1.png');
  background-clip: padding-box;
  justify-content: flex-end;
  align-items: center;
}

.tab-menu--1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/cat-內接-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  position: static;
}

.tab-menu--1.w--current {
  background-color: #fff0;
  background-image: url('../images/cat-內接-1.png');
  font-weight: 600;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---card-logo-strip-v9 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 80px 102px;
}

.brix---logo-strip-v9-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.section-5 {
  color: #222;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.uui-logo-loop_inner {
  align-items: center;
  display: flex;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 180rem;
  display: flex;
  overflow: hidden;
}

.uui-logos04_wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem;
  display: block;
}

.uui-logos04_logo {
  height: 5rem;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.text-block-6 {
  font-size: 22px;
  font-weight: 600;
}

.container-7 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid-4-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.tabs-menu-mobile {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.tabs-menu-product {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.link-block-3 {
  display: block;
}

.product-cat-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  background-color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .container {
    aspect-ratio: auto;
    max-width: 730px;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .section-3 {
    background-image: url('../images/hero-banner-m.jpg'), url('../images/hero-banner.jpg');
    background-position: 50% 0, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-attachment: scroll, scroll;
    height: 700px;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 680px;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-4 {
    height: 18%;
    margin-bottom: 22px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 49px;
  }

  .product-1 {
    width: 160px;
    font-size: 16px;
  }

  .product-2 {
    font-size: 12px;
  }

  .product-cat {
    font-size: 20px;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-card {
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .tab-menu--2 {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
  }

  .tab-menu--2.w--current, .tab-menu--3 {
    width: 200px;
    height: 200px;
    font-size: 20px;
  }

  .tab-menu--3.w--current {
    padding-bottom: 0;
  }

  .tab-menu--1 {
    width: 200px;
    height: 200px;
    margin-bottom: 40px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---card-logo-strip-v9 {
    padding: 72px 32px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .grid-4-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .tabs-menu-mobile, .tabs-menu-product {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .tabs-content {
    flex-flow: column;
    overflow: visible;
  }

  .product-cat-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    flex-direction: row;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-menu {
    border: 1px solid #bd03f7;
  }

  .paragraph {
    display: none;
  }

  .section-3 {
    height: 400px;
  }

  .div-block-5 {
    align-self: flex-end;
  }

  .container-5 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .product-1 {
    flex-flow: wrap;
    width: 120px;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .product-3 {
    font-size: 15px;
  }

  .product-cat {
    font-size: 18px;
    line-height: 25px;
  }

  .text-span {
    font-size: 22px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 18px;
    display: grid;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .container-7 {
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .tabs-menu-mobile {
    display: block;
  }

  .tabs-menu-product {
    display: none;
  }

  .product-cat-copy {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .field-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .checkbox-field {
    padding-left: 20px;
    display: flex;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    font-size: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    border-radius: 6px;
    flex-direction: column;
    width: 100%;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
  }

  .tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .tab-menu.w--current {
    text-align: center;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .image {
    max-height: 70px;
  }

  .paragraph {
    display: none;
  }

  .section-3 {
    background-image: url('../images/hero-banner-s.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    max-width: 100%;
    height: 240px;
    max-height: 100%;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-4 {
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-5 {
    flex: 0 auto;
    display: block;
  }

  .container-5 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    margin-right: 30px;
    font-size: 28px;
  }

  .section-4 {
    height: auto;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: 40px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-7 {
    max-height: 70px;
  }

  .text-block-4 {
    margin-top: 0;
    font-size: 10px;
  }

  .div-block-8 {
    margin-bottom: 20px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-1 {
    width: 180px;
    height: 50px;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .product-card {
    border-bottom: 1px dashed #7c7c7c;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .grid-4--1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-menu--2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 30px;
  }

  .tab-menu--3, .tab-menu--1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 30px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---card-logo-strip-v9 {
    padding: 54px 24px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---slider-nav {
    margin-top: 28px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .uui-logos04_list {
    justify-content: center;
    width: 180rem;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-right: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-logos04_logo {
    height: 4rem;
  }

  .grid-4-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-4 {
    max-width: 60%;
  }

  .list {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 20px;
    list-style-type: decimal;
    display: block;
  }

  .tabs-menu-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    display: block;
  }

  .tabs-menu-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    display: none;
  }
}

#w-node-_3767ac0b-83ab-83c7-0e3e-b9b17bde40e2-2ade765f, #w-node-_94c90627-3a49-661a-ed17-1bb1aa5f0683-2ade765f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7eff7f16-0e12-98fa-b33c-5ef0e0d7a947-2ade765f, #w-node-_5bf40364-45b7-15ad-ba95-e52aa8ba4320-2ade765f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6aa6c291-4cc4-a0d3-d19d-550311bb3984-2ade765f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42b35a73-d8f7-6c50-71a2-e3cab839b80f-2ade765f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7873f0d7-5b56-9947-bcd1-a0a191574cdc-2ade765f, #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574d1b-2ade765f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7873f0d7-5b56-9947-bcd1-a0a191574d60-2ade765f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d04c463-e0db-7d54-434e-fb21053f0d81-2ade765f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b92d77db-908a-2a6a-c090-8f9687ff8eb0-2ade765f, #w-node-bd1aeec9-8e17-0bdb-e710-0466c67730e9-2ade765f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d04c463-e0db-7d54-434e-fb21053f0db0-2ade765f, #w-node-f1074b91-ff87-24b2-2536-73ac290110c2-2ade765f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f1074b91-ff87-24b2-2536-73ac290110fa-2ade765f, #w-node-f1074b91-ff87-24b2-2536-73ac29011104-2ade765f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1074b91-ff87-24b2-2536-73ac2901110e-2ade765f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_21fb1857-7667-d415-b67f-39fd791f1928-2ade765f, #w-node-_21fb1857-7667-d415-b67f-39fd791f192a-2ade765f, #w-node-_21fb1857-7667-d415-b67f-39fd791f192c-2ade765f, #w-node-_21fb1857-7667-d415-b67f-39fd791f192e-2ade765f, #w-node-_21fb1857-7667-d415-b67f-39fd791f1930-2ade765f, #w-node-_21fb1857-7667-d415-b67f-39fd791f1932-2ade765f, #w-node-_21fb1857-7667-d415-b67f-39fd791f1934-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b37614320-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b37614322-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b37614324-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b37614326-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b37614328-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b3761432a-2ade765f, #w-node-_607c959b-deac-bdf6-4966-8d0b3761432c-2ade765f {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574cdc-2ade765f, #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574d1b-2ade765f {
    grid-column: span 4 / span 4;
  }

  #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574d60-2ade765f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7eff7f16-0e12-98fa-b33c-5ef0e0d7a947-2ade765f, #w-node-_5bf40364-45b7-15ad-ba95-e52aa8ba4320-2ade765f, #w-node-_6aa6c291-4cc4-a0d3-d19d-550311bb3984-2ade765f, #w-node-_42b35a73-d8f7-6c50-71a2-e3cab839b80f-2ade765f, #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574cdc-2ade765f, #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574d1b-2ade765f, #w-node-_7873f0d7-5b56-9947-bcd1-a0a191574d60-2ade765f, #w-node-_0d04c463-e0db-7d54-434e-fb21053f0d81-2ade765f, #w-node-_0d04c463-e0db-7d54-434e-fb21053f0db0-2ade765f, #w-node-f1074b91-ff87-24b2-2536-73ac290110c2-2ade765f, #w-node-f1074b91-ff87-24b2-2536-73ac2901110e-2ade765f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Micronbasis';
  src: url('../fonts/MicronBasis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}